pidgin$60794$ - translation to ελληνικό
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

pidgin$60794$ - translation to ελληνικό

MIXTURE OF SEVERAL PROGRAMMING LANGUAGES IN THE SAME PROGRAM
Pidgin Algol; Pidgincode; Pidgin pascal

pidgin      
n. γλωσσικό κατασκεύασμα
pidgin English         
WIKIMEDIA LIST ARTICLE
Pigin English; Pidgin English; English-based pidgin; English based pidgins; English pidgin; Pidgeon English
σπασμένα αγγλικά

Ορισμός

pidgin
1.
Pidgin is a simple form of a language which speakers of a different language use to communicate. Pidgin is not anyone's first language.
He's at ease speaking pidgin with the factory workers and guys on the docks.
N-VAR
2.
If someone is speaking their own language simply or another language badly and is trying to communicate, you can say that they are speaking, for example, pidgin English or pidgin Italian.
The restaurant owner could only speak pidgin English.
ADJ: ADJ n

Βικιπαίδεια

Pidgin code

In computer programming, pidgin code is a mixture of several programming languages in the same program, or pseudocode that is a mixture of a programming language with natural language descriptions. Hence the name: the mixture is a programming language analogous to a pidgin in natural languages.

In numerical computation, mathematical style pseudocode is sometimes called pidgin code, for example pidgin ALGOL (the origin of the concept), pidgin Fortran, pidgin BASIC, pidgin Pascal, and pidgin C. It is a compact and often informal notation that blends syntax taken from a conventional programming language with mathematical notation, typically using set theory and matrix operations, and perhaps also natural language descriptions.

It can be understood by a wide range of mathematically trained people, and is used as a way to describe algorithms where the control structure is made explicit at a rather high level of detail, while some data structures are still left at an abstract level, independent of any specific programming language.

Normally non-ASCII typesetting is used for the mathematical equations, for example by means of TeX or MathML markup, or proprietary Formula editor formats.

These are examples of articles that contain mathematical style pseudo code: